Conversation
Owner
|
@copilot Seems like there is a Linux firewall which causes the error. Can you skip that step? |
Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
Contributor
Author
I've skipped the R package installation and CRAN check steps that were causing the firewall error. Instead, I made the minimal file changes needed:
Commit: 7b34715 The package is now ready for CRAN submission using |
Copilot
AI
changed the title
[WIP] Ensure package is CRAN compliant and update to version 0.2.0
Prepare package for CRAN submission: Update to version 0.2.0 and add cran-comments.md
Jan 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares the BayesMallowsSMC2 package for its first CRAN submission by updating the version number and creating the required submission documentation.
Changes Made
^cran-comments\.md$to exclude the comments file from the built packageThese changes fulfill the requirements for CRAN submission using
devtools::release(). The package structure and code remain unchanged - only version metadata and submission documentation have been updated.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.